ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / PredicateCallback<T> Delegate

In This Topic
    PredicateCallback<T> Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function PredicateCallback(Of T)( _
       ByVal value As T _
    ) As Boolean
    public delegate bool PredicateCallback<T>( 
       T value
    )

    Parameters

    value

    Type Parameters

    T
    See Also